﻿2026-07-27T07:26:39.8858121Z ##[group]Run $ErrorActionPreference = "Stop"
2026-07-27T07:26:39.8858612Z [36;1m$ErrorActionPreference = "Stop"[0m
2026-07-27T07:26:39.8858921Z [36;1m$PIN = "0c95435"[0m
2026-07-27T07:26:39.8859299Z [36;1m$CACHE = "$env:USERPROFILE\spt-n1-oldbroker"[0m
2026-07-27T07:26:39.8859696Z [36;1m$BIN = "$CACHE\target\debug\spt.exe"[0m
2026-07-27T07:26:39.8860289Z [36;1m$built = if (Test-Path "$CACHE\.builtpin") { (Get-Content "$CACHE\.builtpin").Trim() } else { "" }[0m
2026-07-27T07:26:39.8860876Z [36;1mif (-not (Test-Path $BIN) -or $built -ne $PIN) {[0m
2026-07-27T07:26:39.8861333Z [36;1m  if (Test-Path $CACHE) { Remove-Item -Recurse -Force $CACHE }[0m
2026-07-27T07:26:39.8861805Z [36;1m  git clone $env:GITHUB_WORKSPACE $CACHE[0m
2026-07-27T07:26:39.8862165Z [36;1m  git -C $CACHE checkout $PIN[0m
2026-07-27T07:26:39.8862594Z [36;1m  cargo build --manifest-path "$CACHE\Cargo.toml" -p spt --bin spt[0m
2026-07-27T07:26:39.8863037Z [36;1m  Set-Content "$CACHE\.builtpin" $PIN[0m
2026-07-27T07:26:39.8868888Z [36;1m}[0m
2026-07-27T07:26:39.8869136Z [36;1m$env:SPT_N1_OLD_BROKER = $BIN[0m
2026-07-27T07:26:39.8869724Z [36;1mcargo test -p spt --test n1_pairing -- --nocapture[0m
2026-07-27T07:26:39.8875801Z shell: C:\Program Files\PowerShell\7\pwsh.EXE -command ". '{0}'"
2026-07-27T07:26:39.8876098Z env:
2026-07-27T07:26:39.8876411Z   SPT_CI_TEST_TMP: C:\actions-runner\_work\_temp\spt-test-tmp-30240220441-1-5c877e0616454f07a66abe7f2536ccd0
2026-07-27T07:26:39.8876882Z   TEMP: C:\actions-runner\_work\_temp\spt-test-tmp-30240220441-1-5c877e0616454f07a66abe7f2536ccd0
2026-07-27T07:26:39.8877468Z   TMP: C:\actions-runner\_work\_temp\spt-test-tmp-30240220441-1-5c877e0616454f07a66abe7f2536ccd0
2026-07-27T07:26:39.8877961Z ##[endgroup]
2026-07-27T07:26:40.8808727Z    Compiling proc-macro2 v1.0.106
2026-07-27T07:26:40.8809256Z    Compiling unicode-ident v1.0.24
2026-07-27T07:26:40.8809637Z    Compiling quote v1.0.45
2026-07-27T07:26:40.8810000Z    Compiling cfg-if v1.0.4
2026-07-27T07:26:40.8810390Z    Compiling serde_core v1.0.228
2026-07-27T07:26:40.8810831Z    Compiling serde v1.0.228
2026-07-27T07:26:40.8811168Z    Compiling windows-link v0.2.1
2026-07-27T07:26:40.8811544Z    Compiling getrandom v0.3.4
2026-07-27T07:26:40.8811897Z    Compiling typenum v1.20.1
2026-07-27T07:26:40.8812303Z    Compiling portable-atomic v1.13.1
2026-07-27T07:26:40.8812935Z    Compiling version_check v0.9.5
2026-07-27T07:26:40.8813499Z    Compiling pin-project-lite v0.2.17
2026-07-27T07:26:40.8813934Z    Compiling memchr v2.8.1
2026-07-27T07:26:40.8814408Z    Compiling critical-section v1.2.0
2026-07-27T07:26:40.8815007Z    Compiling find-msvc-tools v0.1.9
2026-07-27T07:26:40.8816388Z    Compiling shlex v2.0.1
2026-07-27T07:26:40.9395665Z    Compiling windows-sys v0.61.2
2026-07-27T07:26:40.9948077Z    Compiling subtle v2.6.1
2026-07-27T07:26:41.0422195Z    Compiling smallvec v1.15.1
2026-07-27T07:26:41.0422606Z    Compiling futures-core v0.3.32
2026-07-27T07:26:41.0727635Z    Compiling equivalent v1.0.2
2026-07-27T07:26:41.2275896Z    Compiling bytes v1.11.1
2026-07-27T07:26:41.2522673Z    Compiling itoa v1.0.18
2026-07-27T07:26:41.3225294Z    Compiling semver v1.0.28
2026-07-27T07:26:41.3276989Z    Compiling stable_deref_trait v1.2.1
2026-07-27T07:26:41.3455305Z    Compiling log v0.4.32
2026-07-27T07:26:41.4034283Z    Compiling generic-array v0.14.7
2026-07-27T07:26:41.4217191Z    Compiling futures-io v0.3.32
2026-07-27T07:26:41.5157635Z    Compiling slab v0.4.12
2026-07-27T07:26:41.5602059Z    Compiling rustc_version v0.4.1
2026-07-27T07:26:41.5886855Z    Compiling rand_core v0.10.1
2026-07-27T07:26:41.6198222Z    Compiling futures-sink v0.3.32
2026-07-27T07:26:41.6394235Z    Compiling rustversion v1.0.22
2026-07-27T07:26:41.6680958Z    Compiling hashbrown v0.17.1
2026-07-27T07:26:41.8587160Z    Compiling futures-task v0.3.32
2026-07-27T07:26:41.9333304Z    Compiling futures-channel v0.3.32
2026-07-27T07:26:41.9811132Z    Compiling getrandom v0.2.17
2026-07-27T07:26:42.0082904Z    Compiling cpufeatures v0.2.17
2026-07-27T07:26:42.0692298Z    Compiling getrandom v0.4.2
2026-07-27T07:26:42.0842620Z    Compiling fnv v1.0.7
2026-07-27T07:26:42.1010034Z    Compiling libc v0.2.186
2026-07-27T07:26:42.1224295Z    Compiling strsim v0.11.1
2026-07-27T07:26:42.3841370Z    Compiling cfg_aliases v0.2.1
2026-07-27T07:26:42.4786847Z    Compiling jobserver v0.1.34
2026-07-27T07:26:42.5891430Z    Compiling litemap v0.8.2
2026-07-27T07:26:42.6019480Z    Compiling writeable v0.6.3
2026-07-27T07:26:42.6020528Z    Compiling autocfg v1.5.1
2026-07-27T07:26:42.6649631Z    Compiling icu_normalizer_data v2.2.0
2026-07-27T07:26:42.6808860Z    Compiling utf8_iter v1.0.4
2026-07-27T07:26:42.8159582Z    Compiling cc v1.2.63
2026-07-27T07:26:42.8954471Z    Compiling icu_properties_data v2.2.0
2026-07-27T07:26:42.9329074Z    Compiling ident_case v1.0.1
2026-07-27T07:26:42.9643632Z    Compiling indexmap v2.14.0
2026-07-27T07:26:43.1518854Z    Compiling dunce v1.0.5
2026-07-27T07:26:43.1724204Z    Compiling syn v2.0.117
2026-07-27T07:26:43.2153565Z    Compiling fs_extra v1.3.0
2026-07-27T07:26:43.3194268Z    Compiling crypto-common v0.1.7
2026-07-27T07:26:43.3853403Z    Compiling percent-encoding v2.3.2
2026-07-27T07:26:43.3854872Z    Compiling http v1.4.1
2026-07-27T07:26:43.4344490Z    Compiling aws-lc-rs v1.17.0
2026-07-27T07:26:43.4839891Z    Compiling unicode-segmentation v1.13.3
2026-07-27T07:26:43.5385377Z    Compiling cpufeatures v0.3.0
2026-07-27T07:26:43.6809060Z    Compiling thiserror v2.0.18
2026-07-27T07:26:43.7810405Z    Compiling cmake v0.1.58
2026-07-27T07:26:43.8961449Z    Compiling scopeguard v1.2.0
2026-07-27T07:26:44.1296198Z    Compiling chacha20 v0.10.0
2026-07-27T07:26:44.1461616Z    Compiling form_urlencoded v1.2.2
2026-07-27T07:26:44.2922057Z    Compiling block-buffer v0.10.4
2026-07-27T07:26:44.4799206Z    Compiling untrusted v0.9.0
2026-07-27T07:26:44.6909560Z    Compiling lock_api v0.4.14
2026-07-27T07:26:44.7393600Z    Compiling winapi v0.3.9
2026-07-27T07:26:44.7573538Z    Compiling bitflags v2.12.1
2026-07-27T07:26:44.7615635Z    Compiling ring v0.17.14
2026-07-27T07:26:44.8216664Z    Compiling digest v0.10.7
2026-07-27T07:26:44.8246741Z    Compiling num-traits v0.2.19
2026-07-27T07:26:44.8305156Z    Compiling windows-strings v0.5.1
2026-07-27T07:26:44.8682944Z    Compiling windows-result v0.4.1
2026-07-27T07:26:44.8760050Z    Compiling heck v0.5.0
2026-07-27T07:26:44.9575613Z    Compiling rand v0.10.1
2026-07-27T07:26:45.0926044Z    Compiling rustls v0.23.40
2026-07-27T07:26:45.0971780Z    Compiling convert_case v0.10.0
2026-07-27T07:26:45.1161739Z    Compiling anyhow v1.0.102
2026-07-27T07:26:45.1466249Z    Compiling atomic-waker v1.1.2
2026-07-27T07:26:45.1819112Z    Compiling const-oid v0.10.2
2026-07-27T07:26:45.1923560Z    Compiling aws-lc-sys v0.41.0
2026-07-27T07:26:45.3574587Z    Compiling unicode-xid v0.2.6
2026-07-27T07:26:45.3698250Z    Compiling httparse v1.10.1
2026-07-27T07:26:45.4500836Z    Compiling zerocopy v0.8.50
2026-07-27T07:26:45.4846728Z    Compiling parking_lot_core v0.9.12
2026-07-27T07:26:45.5741937Z    Compiling http-body v1.0.1
2026-07-27T07:26:45.6194961Z    Compiling curve25519-dalek v4.1.3
2026-07-27T07:26:45.6426188Z    Compiling hybrid-array v0.4.12
2026-07-27T07:26:45.6457862Z    Compiling ahash v0.8.12
2026-07-27T07:26:45.8042075Z    Compiling powerfmt v0.2.0
2026-07-27T07:26:46.0128426Z    Compiling either v1.16.0
2026-07-27T07:26:46.0677759Z    Compiling fastrand v2.4.1
2026-07-27T07:26:46.0877324Z    Compiling base64ct v1.8.3
2026-07-27T07:26:46.4172996Z    Compiling deranged v0.5.8
2026-07-27T07:26:46.5600774Z    Compiling pem-rfc7468 v1.0.0
2026-07-27T07:26:46.5601244Z    Compiling uuid v1.23.2
2026-07-27T07:26:46.6853161Z    Compiling rand_core v0.6.4
2026-07-27T07:26:46.7003718Z    Compiling zmij v1.0.21
2026-07-27T07:26:46.7004277Z    Compiling base64 v0.22.1
2026-07-27T07:26:47.0904301Z    Compiling time-core v0.1.8
2026-07-27T07:26:47.0914145Z    Compiling tower-service v0.3.3
2026-07-27T07:26:47.0917120Z    Compiling pkg-config v0.3.33
2026-07-27T07:26:47.0917510Z    Compiling tinyvec_macros v0.1.1
2026-07-27T07:26:47.1558672Z    Compiling num-conv v0.2.2
2026-07-27T07:26:47.1931388Z    Compiling try-lock v0.2.5
2026-07-27T07:26:47.2146386Z    Compiling vcpkg v0.2.15
2026-07-27T07:26:47.2146790Z    Compiling data-encoding v2.11.0
2026-07-27T07:26:47.2325373Z    Compiling tinyvec v1.11.0
2026-07-27T07:26:47.3405363Z    Compiling want v0.3.1
2026-07-27T07:26:47.4860628Z    Compiling parking_lot v0.12.5
2026-07-27T07:26:47.5056862Z    Compiling block-buffer v0.12.0
2026-07-27T07:26:47.5577046Z    Compiling crypto-common v0.2.2
2026-07-27T07:26:47.5839125Z    Compiling sha2 v0.10.9
2026-07-27T07:26:47.7808195Z    Compiling synstructure v0.13.2
2026-07-27T07:26:47.8731676Z    Compiling darling_core v0.20.11
2026-07-27T07:26:47.8734669Z    Compiling vergen-lib v9.1.0
2026-07-27T07:26:48.0742737Z    Compiling inout v0.1.4
2026-07-27T07:26:48.1648155Z    Compiling n0-future v0.3.2
2026-07-27T07:26:48.2638660Z    Compiling httpdate v1.0.3
2026-07-27T07:26:48.3084464Z    Compiling crossbeam-utils v0.8.21
2026-07-27T07:26:48.4113871Z    Compiling windows_x86_64_msvc v0.52.6
2026-07-27T07:26:48.4413801Z    Compiling libsqlite3-sys v0.30.1
2026-07-27T07:26:48.5807442Z    Compiling diatomic-waker v0.2.3
2026-07-27T07:26:48.6025057Z    Compiling spin v0.10.0
2026-07-27T07:26:48.6025576Z    Compiling cordyceps v0.3.4
2026-07-27T07:26:48.7017839Z    Compiling parking v2.2.1
2026-07-27T07:26:48.7873627Z    Compiling signature v2.2.0
2026-07-27T07:26:48.7874049Z    Compiling winnow v1.0.3
2026-07-27T07:26:48.8126139Z    Compiling serde_json v1.0.150
2026-07-27T07:26:48.8338574Z    Compiling futures-lite v2.6.1
2026-07-27T07:26:48.8879506Z    Compiling ed25519 v2.2.3
2026-07-27T07:26:48.9158602Z    Compiling futures-buffered v0.2.13
2026-07-27T07:26:48.9646888Z    Compiling digest v0.11.3
2026-07-27T07:26:49.0508377Z    Compiling cipher v0.4.4
2026-07-27T07:26:49.2748373Z    Compiling universal-hash v0.5.1
2026-07-27T07:26:49.4340332Z    Compiling vergen v9.1.0
2026-07-27T07:26:49.4655685Z    Compiling vergen-lib v0.1.6
2026-07-27T07:26:49.4958297Z    Compiling noq-udp v0.10.0
2026-07-27T07:26:49.5083012Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-07-27T07:26:49.5084174Z    Compiling heapless v0.7.17
2026-07-27T07:26:49.5449947Z    Compiling sync_wrapper v1.0.2
2026-07-27T07:26:49.7296343Z    Compiling opaque-debug v0.3.1
2026-07-27T07:26:49.7296811Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-07-27T07:26:49.8526773Z    Compiling allocator-api2 v0.2.21
2026-07-27T07:26:49.8527364Z    Compiling byteorder v1.5.0
2026-07-27T07:26:50.0816105Z    Compiling polyval v0.6.2
2026-07-27T07:26:50.1457012Z    Compiling hash32 v0.2.1
2026-07-27T07:26:50.1734421Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-07-27T07:26:50.3578876Z    Compiling socket2 v0.6.4
2026-07-27T07:26:50.4129632Z    Compiling mio v1.2.1
2026-07-27T07:26:50.4671639Z    Compiling spin v0.9.8
2026-07-27T07:26:51.0884142Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-07-27T07:26:51.2883100Z    Compiling vergen-gitcl v1.0.8
2026-07-27T07:26:51.5350175Z    Compiling windows-threading v0.2.1
2026-07-27T07:26:51.5504033Z    Compiling tower-layer v0.3.3
2026-07-27T07:26:51.5788396Z    Compiling signature v3.0.0
2026-07-27T07:26:52.0862326Z    Compiling serde_derive v1.0.228
2026-07-27T07:26:52.1987020Z    Compiling zeroize_derive v1.4.3
2026-07-27T07:26:52.1989218Z    Compiling zerofrom-derive v0.1.7
2026-07-27T07:26:52.4556639Z    Compiling tokio-macros v2.7.0
2026-07-27T07:26:52.5645392Z    Compiling yoke-derive v0.8.2
2026-07-27T07:26:52.6066250Z    Compiling futures-macro v0.3.32
2026-07-27T07:26:53.0489748Z    Compiling zerovec-derive v0.11.3
2026-07-27T07:26:53.0788421Z    Compiling displaydoc v0.2.6
2026-07-27T07:26:53.1440419Z    Compiling tracing-attributes v0.1.31
2026-07-27T07:26:53.4284335Z    Compiling thiserror-impl v2.0.18
2026-07-27T07:26:53.4696158Z    Compiling curve25519-dalek-derive v0.1.1
2026-07-27T07:26:53.8688679Z    Compiling darling_macro v0.20.11
2026-07-27T07:26:53.9024263Z    Compiling zeroize v1.8.2
2026-07-27T07:26:53.9886072Z    Compiling tokio v1.52.3
2026-07-27T07:26:54.1445760Z    Compiling futures-util v0.3.32
2026-07-27T07:26:54.4186195Z    Compiling rustls-pki-types v1.14.1
2026-07-27T07:26:54.5904767Z    Compiling derive_more-impl v2.1.1
2026-07-27T07:26:54.8995617Z    Compiling spez v0.1.2
2026-07-27T07:26:57.0100508Z    Compiling n0-error-macros v0.1.3
2026-07-27T07:26:57.6202564Z    Compiling windows-interface v0.59.3
2026-07-27T07:26:57.6938397Z    Compiling darling v0.20.11
2026-07-27T07:26:57.6985380Z    Compiling windows-implement v0.60.2
2026-07-27T07:26:57.9793627Z    Compiling zerofrom v0.1.8
2026-07-27T07:26:58.0028616Z    Compiling derive_builder_core v0.20.2
2026-07-27T07:26:58.0759404Z    Compiling der v0.8.0-rc.10
2026-07-27T07:26:58.0759933Z    Compiling pin-project-internal v1.1.13
2026-07-27T07:26:58.5779491Z    Compiling yoke v0.8.3
2026-07-27T07:26:59.3057842Z    Compiling zerovec v0.11.6
2026-07-27T07:26:59.4133366Z    Compiling zerotrie v0.2.4
2026-07-27T07:26:59.4133762Z    Compiling ed25519-dalek v2.2.0
2026-07-27T07:26:59.9339658Z    Compiling derive_builder_macro v0.20.2
2026-07-27T07:27:00.0653762Z    Compiling spki v0.8.0-rc.4
2026-07-27T07:27:00.1156997Z    Compiling futures-executor v0.3.32
2026-07-27T07:27:00.1908042Z    Compiling n0-error v0.1.3
2026-07-27T07:27:00.2096123Z    Compiling tinystr v0.8.3
2026-07-27T07:27:00.2912565Z    Compiling potential_utf v0.1.5
2026-07-27T07:27:00.3117181Z    Compiling windows-core v0.62.2
2026-07-27T07:27:00.4075036Z    Compiling pkcs8 v0.11.0-rc.10
2026-07-27T07:27:00.6672771Z    Compiling icu_locale_core v2.2.0
2026-07-27T07:27:00.7464435Z    Compiling icu_collections v2.2.0
2026-07-27T07:27:00.7465534Z    Compiling ryu v1.0.23
2026-07-27T07:27:00.7465938Z    Compiling fallible-streaming-iterator v0.1.9
2026-07-27T07:27:01.0325020Z    Compiling fallible-iterator v0.3.0
2026-07-27T07:27:01.3274032Z    Compiling pin-project v1.1.13
2026-07-27T07:27:01.4317298Z    Compiling windows-future v0.3.2
2026-07-27T07:27:01.4317647Z    Compiling windows-numerics v0.3.1
2026-07-27T07:27:01.4317907Z    Compiling windows-collections v0.3.2
2026-07-27T07:27:01.4319039Z    Compiling derive_builder v0.20.2
2026-07-27T07:27:01.6292339Z    Compiling futures v0.3.32
2026-07-27T07:27:01.6299331Z    Compiling spt-proto v0.44.0 (C:\actions-runner\_work\spt-bs-core\spt-bs-core\crates\spt-proto)
2026-07-27T07:27:02.1422394Z    Compiling tokio-util v0.7.18
2026-07-27T07:27:02.1422946Z    Compiling icu_provider v2.2.0
2026-07-27T07:27:02.1424401Z    Compiling cobs v0.3.0
2026-07-27T07:27:03.6569888Z    Compiling data-encoding-macro-internal v0.1.18
2026-07-27T07:27:03.7433334Z    Compiling icu_properties v2.2.0
2026-07-27T07:27:03.7433728Z    Compiling icu_normalizer v2.2.0
2026-07-27T07:27:03.8381054Z    Compiling proc-macro-crate v3.5.0
2026-07-27T07:27:03.8499078Z    Compiling postcard-derive v0.2.2
2026-07-27T07:27:03.9829210Z    Compiling windows-targets v0.52.6
2026-07-27T07:27:04.4151535Z    Compiling ghash v0.5.1
2026-07-27T07:27:05.2118093Z    Compiling ipnet v2.12.0
2026-07-27T07:27:05.3209064Z    Compiling ed25519 v3.0.0-rc.4
2026-07-27T07:27:05.4473862Z    Compiling ctr v0.9.2
2026-07-27T07:27:05.4474378Z    Compiling aes v0.8.4
2026-07-27T07:27:05.4574303Z    Compiling sha2 v0.11.0-rc.5
2026-07-27T07:27:05.5578365Z    Compiling fs2 v0.4.3
2026-07-27T07:27:05.5892120Z    Compiling prefix-trie v0.8.4
2026-07-27T07:27:05.6189217Z    Compiling derive_more v2.1.1
2026-07-27T07:27:05.6849397Z    Compiling time v0.3.47
2026-07-27T07:27:06.1556787Z    Compiling once_cell v1.21.4
2026-07-27T07:27:06.2221846Z    Compiling idna_adapter v1.2.2
2026-07-27T07:27:06.2365261Z    Compiling http-body-util v0.1.3
2026-07-27T07:27:06.2672572Z    Compiling aead v0.5.2
2026-07-27T07:27:06.3187162Z    Compiling idna v1.1.0
2026-07-27T07:27:06.3855510Z    Compiling widestring v1.2.1
2026-07-27T07:27:06.3907235Z    Compiling arrayvec v0.7.6
2026-07-27T07:27:06.4214883Z    Compiling utf8parse v0.2.2
2026-07-27T07:27:06.6278880Z    Compiling tracing-core v0.1.36
2026-07-27T07:27:06.6861808Z    Compiling ipconfig v0.3.4
2026-07-27T07:27:06.6870757Z    Compiling aes-gcm v0.10.3
2026-07-27T07:27:06.7428370Z    Compiling postcard v1.1.3
2026-07-27T07:27:07.0414967Z    Compiling url v2.5.8
2026-07-27T07:27:07.2016070Z    Compiling hashbrown v0.14.5
2026-07-27T07:27:07.2099996Z    Compiling tracing v0.1.44
2026-07-27T07:27:07.2476663Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-07-27T07:27:07.4686746Z    Compiling data-encoding-macro v0.1.20
2026-07-27T07:27:07.5171053Z    Compiling num_enum_derive v0.7.6
2026-07-27T07:27:08.1418356Z    Compiling chrono v0.4.45
2026-07-27T07:27:08.2387712Z    Compiling h2 v0.4.14
2026-07-27T07:27:08.2388075Z    Compiling hickory-proto v0.26.0-beta.4
2026-07-27T07:27:08.3180004Z    Compiling hashlink v0.9.1
2026-07-27T07:27:08.4005149Z    Compiling windows-sys v0.59.0
2026-07-27T07:27:08.4761420Z    Compiling windows v0.62.2
2026-07-27T07:27:08.5275137Z    Compiling tower v0.5.3
2026-07-27T07:27:08.7203772Z    Compiling iroh-metrics-derive v0.4.1
2026-07-27T07:27:08.7995910Z    Compiling rusqlite v0.32.1
2026-07-27T07:27:08.9073085Z    Compiling async-trait v0.1.89
2026-07-27T07:27:09.0744617Z    Compiling enum-assoc v1.3.0
2026-07-27T07:27:09.0862328Z    Compiling strum_macros v0.28.0
2026-07-27T07:27:09.6706267Z    Compiling crossbeam-channel v0.5.15
2026-07-27T07:27:09.8067039Z    Compiling crossbeam-epoch v0.9.18
2026-07-27T07:27:10.1686805Z    Compiling spt-store v0.44.0 (C:\actions-runner\_work\spt-bs-core\spt-bs-core\crates\spt-store)
2026-07-27T07:27:10.1816932Z    Compiling windows-registry v0.6.1
2026-07-27T07:27:10.2589032Z    Compiling blake3 v1.8.5
2026-07-27T07:27:10.2865740Z    Compiling memoffset v0.6.5
2026-07-27T07:27:10.3103291Z    Compiling noq v0.18.0
2026-07-27T07:27:10.5705564Z    Compiling netwatch v0.16.0
2026-07-27T07:27:10.8461904Z    Compiling acto v0.8.2
2026-07-27T07:27:11.3087127Z    Compiling mac-addr v0.3.0
2026-07-27T07:27:11.3761467Z    Compiling foldhash v0.2.0
2026-07-27T07:27:11.4102596Z    Compiling xml-rs v0.8.28
2026-07-27T07:27:11.4102913Z    Compiling rustc-hash v2.1.2
2026-07-27T07:27:11.4915030Z    Compiling thiserror v1.0.69
2026-07-27T07:27:11.5929717Z    Compiling identity-hash v0.1.0
2026-07-27T07:27:11.5930432Z    Compiling tagptr v0.2.0
2026-07-27T07:27:11.6302290Z    Compiling lru-slab v0.1.2
2026-07-27T07:27:11.6309574Z    Compiling sorted-index-buffer v0.2.1
2026-07-27T07:27:11.6632457Z    Compiling ref-cast v1.0.25
2026-07-27T07:27:11.7623402Z    Compiling moka v0.12.15
2026-07-27T07:27:11.7791418Z    Compiling netdev v0.42.0
2026-07-27T07:27:11.8424196Z    Compiling hashbrown v0.16.1
2026-07-27T07:27:11.9211930Z    Compiling iroh-metrics v0.38.3
2026-07-27T07:27:12.2582511Z    Compiling xmltree v0.10.3
2026-07-27T07:27:12.4073232Z    Compiling num_enum v0.7.6
2026-07-27T07:27:12.4736259Z    Compiling iroh-relay v0.98.0
2026-07-27T07:27:12.5665666Z    Compiling tower-http v0.6.11
2026-07-27T07:27:12.6428829Z    Compiling iroh-base v0.98.0
2026-07-27T07:27:12.8065229Z    Compiling attohttpc v0.30.1
2026-07-27T07:27:12.8384475Z    Compiling n0-watcher v0.6.1
2026-07-27T07:27:12.9495383Z    Compiling serde_spanned v0.6.9
2026-07-27T07:27:13.0300597Z    Compiling strum v0.28.0
2026-07-27T07:27:13.0588225Z    Compiling toml_datetime v0.6.11
2026-07-27T07:27:13.1142386Z    Compiling tokio-stream v0.1.18
2026-07-27T07:27:13.1686695Z    Compiling ref-cast-impl v1.0.25
2026-07-27T07:27:13.3309077Z    Compiling thiserror-impl v1.0.69
2026-07-27T07:27:13.4715446Z    Compiling hyper v1.10.1
2026-07-27T07:27:13.4992335Z    Compiling serde_derive_internals v0.29.1
2026-07-27T07:27:13.9182841Z    Compiling spt-msg v0.44.0 (C:\actions-runner\_work\spt-bs-core\spt-bs-core\crates\spt-msg)
2026-07-27T07:27:13.9316351Z    Compiling simple-dns v0.9.3
2026-07-27T07:27:14.3397096Z    Compiling serial-core v0.4.0
2026-07-27T07:27:14.4087874Z    Compiling aho-corasick v1.1.4
2026-07-27T07:27:14.4243047Z    Compiling smol_str v0.1.24
2026-07-27T07:27:14.5517917Z    Compiling arrayref v0.3.9
2026-07-27T07:27:14.5518287Z    Compiling winnow v0.7.15
2026-07-27T07:27:14.6391665Z    Compiling constant_time_eq v0.4.2
2026-07-27T07:27:14.6889140Z    Compiling winreg v0.10.1
2026-07-27T07:27:14.8950719Z    Compiling toml_write v0.1.2
2026-07-27T07:27:15.2298942Z    Compiling hyper-util v0.1.20
2026-07-27T07:27:15.2303393Z    Compiling resolv-conf v0.7.6
2026-07-27T07:27:15.4737613Z    Compiling regex-syntax v0.8.10
2026-07-27T07:27:15.5678316Z    Compiling simdutf8 v0.1.5
2026-07-27T07:27:15.8534151Z    Compiling sha1_smol v1.0.1
2026-07-27T07:27:16.0757734Z    Compiling schemars_derive v1.2.1
2026-07-27T07:27:16.0759912Z    Compiling iroh-dns v0.98.0
2026-07-27T07:27:16.4195425Z    Compiling serial-windows v0.4.0
2026-07-27T07:27:17.3641068Z    Compiling igd-next v0.17.1
2026-07-27T07:27:17.3802638Z    Compiling toml_edit v0.22.27
2026-07-27T07:27:17.4512867Z    Compiling lru v0.16.4
2026-07-27T07:27:17.4514683Z    Compiling webpki-roots v1.0.7
2026-07-27T07:27:17.6245799Z    Compiling seize v0.5.1
2026-07-27T07:27:17.6836462Z    Compiling darling_core v0.23.0
2026-07-27T07:27:17.8076152Z    Compiling hmac v0.12.1
2026-07-27T07:27:18.0781489Z    Compiling serde_bytes v0.11.19
2026-07-27T07:27:18.0782091Z    Compiling iroh v0.98.2
2026-07-27T07:27:18.2019933Z    Compiling regex-automata v0.4.14
2026-07-27T07:27:18.3565640Z    Compiling bitflags v1.3.2
2026-07-27T07:27:18.5553831Z    Compiling cmov v0.5.4
2026-07-27T07:27:18.5554209Z    Compiling dyn-clone v1.0.20
2026-07-27T07:27:18.5554426Z    Compiling pin-utils v0.1.0
2026-07-27T07:27:18.8577840Z    Compiling lazy_static v1.5.0
2026-07-27T07:27:18.9193332Z    Compiling anstyle v1.0.14
2026-07-27T07:27:18.9194341Z    Compiling once_cell_polyfill v1.70.2
2026-07-27T07:27:19.2568748Z    Compiling shared_library v0.1.9
2026-07-27T07:27:19.2569155Z    Compiling ctutils v0.4.2
2026-07-27T07:27:19.4069772Z    Compiling anstyle-wincon v3.0.11
2026-07-27T07:27:19.5494394Z    Compiling nix v0.25.1
2026-07-27T07:27:19.5743346Z    Compiling hkdf v0.12.4
2026-07-27T07:27:19.5850506Z    Compiling papaya v0.2.4
2026-07-27T07:27:19.6641203Z    Compiling toml v0.8.23
2026-07-27T07:27:19.6697566Z    Compiling schemars v1.2.1
2026-07-27T07:27:19.6876698Z    Compiling swarm-discovery v0.6.0-alpha.2
2026-07-27T07:27:19.6984621Z    Compiling serial v0.4.0
2026-07-27T07:27:20.0002102Z    Compiling filedescriptor v0.8.3
2026-07-27T07:27:20.0004180Z    Compiling anstyle-parse v1.0.0
2026-07-27T07:27:20.1091111Z    Compiling backon v1.6.0
2026-07-27T07:27:20.3238391Z    Compiling anstyle-query v1.1.5
2026-07-27T07:27:20.3468791Z    Compiling vte_generate_state_changes v0.1.2
2026-07-27T07:27:20.5142558Z    Compiling downcast-rs v1.2.1
2026-07-27T07:27:20.5876267Z    Compiling is_terminal_polyfill v1.70.2
2026-07-27T07:27:20.5878051Z    Compiling instability v0.3.12
2026-07-27T07:27:20.6160747Z    Compiling shell-words v1.1.1
2026-07-27T07:27:20.6718754Z    Compiling foldhash v0.1.5
2026-07-27T07:27:20.7235155Z    Compiling colorchoice v1.0.5
2026-07-27T07:27:20.9022236Z    Compiling paste v1.0.15
2026-07-27T07:27:20.9022749Z    Compiling regex v1.12.3
2026-07-27T07:27:20.9180979Z    Compiling unicode-width v0.2.0
2026-07-27T07:27:20.9182836Z    Compiling anstream v1.0.0
2026-07-27T07:27:20.9987756Z    Compiling vte v0.13.1
2026-07-27T07:27:21.2749969Z    Compiling hashbrown v0.15.5
2026-07-27T07:27:21.2957282Z    Compiling portable-pty v0.8.1
2026-07-27T07:27:21.5088011Z    Compiling spt-runtime v0.44.0 (C:\actions-runner\_work\spt-bs-core\spt-bs-core\crates\spt-runtime)
2026-07-27T07:27:21.6925205Z    Compiling spake2 v0.4.0
2026-07-27T07:27:21.7141741Z    Compiling strum_macros v0.26.4
2026-07-27T07:27:21.8876528Z    Compiling terminal_size v0.4.4
2026-07-27T07:27:21.9991434Z    Compiling wmi v0.18.4
2026-07-27T07:27:22.0630209Z    Compiling crossterm_winapi v0.9.1
2026-07-27T07:27:22.0767135Z    Compiling darling_macro v0.23.0
2026-07-27T07:27:22.1171076Z    Compiling itertools v0.13.0
2026-07-27T07:27:22.1171447Z    Compiling sha1 v0.10.6
2026-07-27T07:27:22.3833945Z    Compiling castaway v0.2.4
2026-07-27T07:27:22.5220606Z    Compiling indoc v2.0.7
2026-07-27T07:27:22.5354078Z    Compiling unicode-width v0.1.14
2026-07-27T07:27:22.7711609Z    Compiling darling v0.23.0
2026-07-27T07:27:22.7927622Z    Compiling doctest-file v1.1.1
2026-07-27T07:27:22.8538298Z    Compiling static_assertions v1.1.0
2026-07-27T07:27:23.0268092Z    Compiling recvmsg v1.0.0
2026-07-27T07:27:23.0385882Z    Compiling clap_lex v1.1.0
2026-07-27T07:27:23.3818376Z    Compiling interprocess v2.4.2
2026-07-27T07:27:23.4007988Z    Compiling clap_builder v4.6.0
2026-07-27T07:27:23.4467774Z    Compiling compact_str v0.8.2
2026-07-27T07:27:23.8874666Z    Compiling portmapper v0.16.0
2026-07-27T07:27:24.0478002Z    Compiling unicode-truncate v1.1.0
2026-07-27T07:27:24.2337937Z    Compiling crossterm v0.28.1
2026-07-27T07:27:24.2354702Z    Compiling lru v0.12.5
2026-07-27T07:27:25.4293225Z    Compiling spt-live v0.44.0 (C:\actions-runner\_work\spt-bs-core\spt-bs-core\crates\spt-live)
2026-07-27T07:27:25.5732821Z    Compiling spt-term v0.44.0 (C:\actions-runner\_work\spt-bs-core\spt-bs-core\crates\spt-term)
2026-07-27T07:27:25.7790988Z    Compiling strum v0.26.3
2026-07-27T07:27:26.2051296Z    Compiling clap_derive v4.6.1
2026-07-27T07:27:26.7368434Z    Compiling cassowary v0.3.0
2026-07-27T07:27:27.7894653Z    Compiling error-code v3.3.2
2026-07-27T07:27:28.0790266Z    Compiling nucleo-matcher v0.3.1
2026-07-27T07:27:28.1189587Z    Compiling qrcode v0.14.1
2026-07-27T07:27:28.2282453Z    Compiling clipboard-win v5.4.1
2026-07-27T07:27:28.4740027Z    Compiling tempfile v3.27.0
2026-07-27T07:27:29.5078571Z    Compiling ratatui v0.29.0
2026-07-27T07:27:30.7098860Z    Compiling clap v4.6.1
2026-07-27T07:27:45.0145389Z    Compiling rustls-webpki v0.103.13
2026-07-27T07:27:47.5681893Z    Compiling tokio-rustls v0.26.4
2026-07-27T07:27:47.5682258Z    Compiling rustls-platform-verifier v0.7.0
2026-07-27T07:27:47.5682541Z    Compiling noq-proto v0.17.0
2026-07-27T07:27:47.7203167Z    Compiling hickory-net v0.26.0-beta.4
2026-07-27T07:27:47.7203554Z    Compiling hyper-rustls v0.27.9
2026-07-27T07:27:47.7203834Z    Compiling tokio-websockets v0.13.2
2026-07-27T07:27:49.8171655Z    Compiling reqwest v0.13.4
2026-07-27T07:27:50.8401512Z    Compiling hickory-resolver v0.26.0-beta.4
2026-07-27T07:28:10.8972726Z    Compiling spt-net v0.44.0 (C:\actions-runner\_work\spt-bs-core\spt-bs-core\crates\spt-net)
2026-07-27T07:28:12.4881690Z    Compiling spt-daemon v0.44.0 (C:\actions-runner\_work\spt-bs-core\spt-bs-core\crates\spt-daemon)
2026-07-27T07:28:26.0934426Z    Compiling spt v0.44.0 (C:\actions-runner\_work\spt-bs-core\spt-bs-core\crates\spt)
2026-07-27T07:28:36.1254859Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 55s
2026-07-27T07:28:36.1483669Z      Running tests\n1_pairing.rs (target\debug\deps\n1_pairing-6a1429c81ae11b19.exe)
2026-07-27T07:28:36.2336733Z 
2026-07-27T07:28:36.2337008Z running 1 test
2026-07-27T07:28:43.8650662Z test new_brain_serves_against_old_broker ... ok
2026-07-27T07:28:43.8650980Z 
2026-07-27T07:28:43.8651236Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 7.63s
2026-07-27T07:28:43.8651572Z 
